home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / software / rosoft / rosoft.exe / {app} / RosoftLameEncoderFree.exe / 0 / RCDATA / TFORMABOUTMP3ENCODER / TFORMABOUTMP3ENCODER.txt < prev   
Encoding:
Text File  |  2003-11-07  |  3.9 KB  |  172 lines

  1. object FormAboutMP3Encoder: TFormAboutMP3Encoder
  2.   Left = 322
  3.   Top = 119
  4.   BorderStyle = bsNone
  5.   Caption = 'About Rosoft MP3 Encoder'
  6.   ClientHeight = 322
  7.   ClientWidth = 529
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PrintScale = poNone
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 529
  25.     Height = 322
  26.     Align = alClient
  27.     BevelWidth = 6
  28.     TabOrder = 0
  29.     object Image: TImage
  30.       Left = 6
  31.       Top = 6
  32.       Width = 517
  33.       Height = 310
  34.       Align = alClient
  35.       Picture.Data = {<image000.bmp>}
  36.       Stretch = True
  37.     end
  38.     object lblProgram: TLabel
  39.       Left = 1
  40.       Top = 13
  41.       Width = 331
  42.       Height = 42
  43.       Alignment = taCenter
  44.       Caption = 'Rosoft MP3 Encoder'
  45.       Color = clWhite
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clLime
  48.       Font.Height = -37
  49.       Font.Name = 'Times New Roman'
  50.       Font.Style = [fsBold]
  51.       ParentColor = False
  52.       ParentFont = False
  53.       Transparent = True
  54.     end
  55.     object lblEdition: TLabel
  56.       Left = 1
  57.       Top = 56
  58.       Width = 132
  59.       Height = 24
  60.       Alignment = taCenter
  61.       Caption = 'Beta Version 1'
  62.       Color = clWhite
  63.       Font.Charset = DEFAULT_CHARSET
  64.       Font.Color = clLime
  65.       Font.Height = -21
  66.       Font.Name = 'Times New Roman'
  67.       Font.Style = [fsBold]
  68.       ParentColor = False
  69.       ParentFont = False
  70.       Transparent = True
  71.     end
  72.     object lblVersion: TLabel
  73.       Left = 172
  74.       Top = 88
  75.       Width = 130
  76.       Height = 19
  77.       Alignment = taCenter
  78.       Caption = 'Registered Version'
  79.       Color = clWhite
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clLime
  82.       Font.Height = -16
  83.       Font.Name = 'Times New Roman'
  84.       Font.Style = [fsBold]
  85.       ParentColor = False
  86.       ParentFont = False
  87.       Transparent = True
  88.     end
  89.     object lblCopyright: TLabel
  90.       Left = 118
  91.       Top = 131
  92.       Width = 223
  93.       Height = 19
  94.       Alignment = taCenter
  95.       Caption = 'Copyright (c) Rosoft Engineering'
  96.       Color = clWhite
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = clLime
  99.       Font.Height = -16
  100.       Font.Name = 'Times New Roman'
  101.       Font.Style = [fsBold, fsItalic]
  102.       ParentColor = False
  103.       ParentFont = False
  104.       Transparent = True
  105.     end
  106.     object lblFhGText: TLabel
  107.       Left = 1
  108.       Top = 208
  109.       Width = 453
  110.       Height = 38
  111.       Alignment = taCenter
  112.       Caption = 
  113.         'MPEG Layer-3 audio coding technology licensed from Fraunhofer II' +
  114.         'S and THOMSON multimedia.'
  115.       Color = clWhite
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clLime
  118.       Font.Height = -16
  119.       Font.Name = 'Times New Roman'
  120.       Font.Style = []
  121.       ParentColor = False
  122.       ParentFont = False
  123.       Transparent = True
  124.       WordWrap = True
  125.     end
  126.     object RSButton4: TRSButton
  127.       Left = 419
  128.       Top = 280
  129.       Width = 87
  130.       Height = 25
  131.       Picture.Data = {<image001.bmp>}
  132.       Transparent = True
  133.       OnClick = RSButton4Click
  134.     end
  135.     object pbHomepage: TRSButton
  136.       Left = 326
  137.       Top = 280
  138.       Width = 86
  139.       Height = 24
  140.       Picture.Data = {<image002.bmp>}
  141.       Transparent = True
  142.       OnClick = pbHomepageClick
  143.     end
  144.     object pbEmail: TRSButton
  145.       Left = 231
  146.       Top = 280
  147.       Width = 87
  148.       Height = 24
  149.       Picture.Data = {<image003.bmp>}
  150.       Transparent = True
  151.       OnClick = pbEmailClick
  152.     end
  153.     object pbRegister: TRSButton
  154.       Left = 136
  155.       Top = 280
  156.       Width = 86
  157.       Height = 23
  158.       Picture.Data = {<image004.bmp>}
  159.       Transparent = True
  160.       OnClick = pbRegisterClick
  161.     end
  162.     object pbCredits: TRSButton
  163.       Left = 56
  164.       Top = 168
  165.       Width = 401
  166.       Height = 33
  167.       Center = True
  168.       OnClick = pbCreditsClick
  169.     end
  170.   end
  171. end
  172.